I want to use interesting things out of the test user's input.
Implemented results:.
Put the selected range into localStorage as JSON
localStorage["tmp"] = debug.exportSelectedItemsAsJSON()
Import into Map by retrieving from localStorage
debug.importItemsFromJSON(localStorage["tmp"])
It was a CUI command that looked like
---
Implementation Details
-----
Export Groups
In the meantime, you can just spit out JSON to console.log.
import
CUI is fine for now.
relevance
---
This page is auto-translated from /nishio/テストユーザが入力したもののうちの面白いものを使いまわしたい. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.